home *** CD-ROM | disk | FTP | other *** search
- global gMain, gButtonManager, gTimeManager, gModule4, gTimeText, gTimeLine, gGlossary, gCurrentResource, gScrollingText
-
- on startMovie
- initMain()
- mClearButtons(gButtonManager)
- mAddButton(gButtonManager, 35, "nasaButton", "mGoToMovie(gMain, #main)")
- mAddButton(gButtonManager, 36, "page1Button", "mGoToPage(gModule4, 1)")
- mAddButton(gButtonManager, 37, "page2Button", "mGoToPage(gModule4, 2)")
- mAddButton(gButtonManager, 38, "page3Button", "mGoToPage(gModule4, 3)")
- end
-
- on unLoadResource aCastList
- repeat with aCast in aCastList
- unloadMember(member 1 of castLib aCast, member "lastMember" of castLib aCast)
- end repeat
- end
-
- on stopMovieScript
- if objectp(gTimeText) then
- mInitEvents(gTimeText)
- end if
- mdispose(gModule4)
- end
-
- on util
- repeat with i = 1 to 110
- set newMember to (i * 10) - 7
- set the media of member ((i * 10) - 5) of castLib "words" to the media of member ((i * 10) - 7) of castLib "words"
- end repeat
- end
-